home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / c / wind_src.lha / window.doc < prev   
Text File  |  1995-09-06  |  1KB  |  28 lines

  1. -------------------------------------------------------------------------
  2. Program:     window
  3. Source file: window.c
  4. Doc file:    window.DOC
  5.  
  6. Explanation: This little routine is just an example of a simply structure
  7.              of any C program which uses intuition. In this code is shown
  8.              how to open windows, set menus, make a new face of the mouse
  9.              pointer, print an intuition text, work with "messages" which
  10.              intuition sends to our proggys and calling the amiga's "bad"
  11.              AutoRequest (which is known as System Request).
  12.  
  13.              Routine is developed in Aztec C 5a but it should be compiled
  14.              on other compilers also cause I program very friendly. :-D
  15. -------------------------------------------------------------------------
  16. Author:      Dalibor Kezele
  17. e-mail:      dkezele@jagor.srce.hr (finger this address for more info)
  18.              sentinel@bonus.fido.hr
  19.              dadok@systematics.fido.hr
  20. URL:         http://jagor.srce.hr/~dkezele
  21. FidoNet:     Dalibor Kezele 2:381/120
  22. snail mail:  Dalibor Kezele
  23.              Toplicka 127
  24.              42204 Turcin
  25.              CROATIA
  26. phone:       ++385 (0)42 65 15 67
  27. -------------------------------------------------------------------------
  28.